home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFORMWIZ / TFRMFORMWIZ.txt
Encoding:
Text File  |  1999-04-29  |  40.3 KB  |  1,376 lines

  1. object frmFormWiz: TfrmFormWiz
  2.   Left = 331
  3.   Top = 441
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form Wizard'
  7.   ClientHeight = 290
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object panEmailMail: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 417
  27.     Height = 254
  28.     Align = alClient
  29.     TabOrder = 4
  30.     object Label33: TLabel
  31.       Left = 168
  32.       Top = 56
  33.       Width = 241
  34.       Height = 57
  35.       AutoSize = False
  36.       Caption = 
  37.         'Enter an email address in the box below. If you want the form su' +
  38.         'bmissions to be sent to yourself, enter your own email address.'
  39.       WordWrap = True
  40.     end
  41.     object Label34: TLabel
  42.       Left = 171
  43.       Top = 132
  44.       Width = 81
  45.       Height = 13
  46.       AutoSize = False
  47.       Caption = 'Email &Address:'
  48.       WordWrap = True
  49.     end
  50.     object pbEmailWiz: TPaintBox
  51.       Left = 18
  52.       Top = 18
  53.       Width = 110
  54.       Height = 188
  55.       OnPaint = pbEmailWizPaint
  56.     end
  57.     object Label43: TLabel
  58.       Left = 168
  59.       Top = 188
  60.       Width = 241
  61.       Height = 33
  62.       AutoSize = False
  63.       Caption = 
  64.         'Please note that if you send form details to an email address, t' +
  65.         'he content will not be formatted.'
  66.       WordWrap = True
  67.     end
  68.     object txtEmailAddress: TEdit
  69.       Left = 168
  70.       Top = 149
  71.       Width = 231
  72.       Height = 21
  73.       HelpContext = 89
  74.       PopupMenu = popHelp
  75.       TabOrder = 0
  76.       OnEnter = txtEmailAddressEnter
  77.     end
  78.   end
  79.   object panEmailintro: TPanel
  80.     Left = 0
  81.     Top = 0
  82.     Width = 417
  83.     Height = 254
  84.     Align = alClient
  85.     TabOrder = 5
  86.     object Label32: TLabel
  87.       Left = 172
  88.       Top = 44
  89.       Width = 237
  90.       Height = 33
  91.       AutoSize = False
  92.       Caption = 
  93.         'To complete the form, specify where the visitors feedback is goi' +
  94.         'ng to be sent.'
  95.       WordWrap = True
  96.     end
  97.     object pbWizardFIntro: TPaintBox
  98.       Left = 18
  99.       Top = 18
  100.       Width = 110
  101.       Height = 188
  102.       OnPaint = pbWizardFIntroPaint
  103.     end
  104.     object opt_Emailme: TRadioButton
  105.       Left = 172
  106.       Top = 120
  107.       Width = 225
  108.       Height = 17
  109.       HelpContext = 87
  110.       Caption = 'Send all form details to an &email address.'
  111.       Checked = True
  112.       TabOrder = 0
  113.       TabStop = True
  114.     end
  115.     object opt_SendElseWhere: TRadioButton
  116.       Left = 172
  117.       Top = 144
  118.       Width = 217
  119.       Height = 17
  120.       HelpContext = 88
  121.       Caption = 'Send form details to a &URL.'
  122.       TabOrder = 1
  123.     end
  124.   end
  125.   object panIntro: TPanel
  126.     Left = 0
  127.     Top = 0
  128.     Width = 417
  129.     Height = 254
  130.     Align = alClient
  131.     TabOrder = 2
  132.     object lblIntro: TLabel
  133.       Left = 158
  134.       Top = 28
  135.       Width = 217
  136.       Height = 55
  137.       AutoSize = False
  138.       Caption = 
  139.         'This Wizard will enable you to construct a form easily.  HTML fo' +
  140.         'rms closely resemble their paper counterparts ∩┐╜ they contain box' +
  141.         'es for users to fill in.'
  142.       WordWrap = True
  143.     end
  144.     object imgWizard: TPaintBox
  145.       Left = 18
  146.       Top = 18
  147.       Width = 110
  148.       Height = 188
  149.       OnPaint = imgWizardPaint
  150.     end
  151.     object Label38: TLabel
  152.       Left = 158
  153.       Top = 162
  154.       Width = 213
  155.       Height = 67
  156.       AutoSize = False
  157.       Caption = 
  158.         'Forms consist of text boxes to type in, check boxes, drop down s' +
  159.         'elections, upload facilities and radio buttons.  Each form eleme' +
  160.         'nt has an associated name and a value.'
  161.       WordWrap = True
  162.     end
  163.     object Label41: TLabel
  164.       Left = 158
  165.       Top = 92
  166.       Width = 213
  167.       Height = 63
  168.       AutoSize = False
  169.       Caption = 
  170.         'Forms are used when you need complex feedback from visitors to y' +
  171.         'our Web site.  You have probably used forms on other Web sites b' +
  172.         'efore.'
  173.       WordWrap = True
  174.     end
  175.   end
  176.   object panMain: TPanel
  177.     Left = 0
  178.     Top = 0
  179.     Width = 417
  180.     Height = 254
  181.     Align = alClient
  182.     TabOrder = 1
  183.     object panlist: TPanel
  184.       Left = 1
  185.       Top = 1
  186.       Width = 136
  187.       Height = 252
  188.       Align = alLeft
  189.       TabOrder = 1
  190.       object listMain: TListBox
  191.         Left = 34
  192.         Top = 1
  193.         Width = 101
  194.         Height = 250
  195.         HelpContext = 86
  196.         Align = alClient
  197.         DragMode = dmAutomatic
  198.         ItemHeight = 13
  199.         ParentShowHint = False
  200.         PopupMenu = popDelete
  201.         ShowHint = False
  202.         TabOrder = 0
  203.         OnDragDrop = listMainDragDrop
  204.         OnDragOver = listMainDragOver
  205.         OnMouseDown = listMainMouseDown
  206.       end
  207.       object panButtons: TPanel
  208.         Left = 1
  209.         Top = 1
  210.         Width = 33
  211.         Height = 250
  212.         Align = alLeft
  213.         Alignment = taLeftJustify
  214.         TabOrder = 1
  215.         object btnText: TSpeedButton
  216.           Left = 6
  217.           Top = 4
  218.           Width = 21
  219.           Height = 21
  220.           Hint = 'Text Box | Click the button to add a Text Box to the list.'
  221.           Glyph.Data = {
  222.             36010000424D3601000000000000760000002800000012000000100000000100
  223.             040000000000C0000000120B0000120B00001000000000000000000000000000
  224.             80000080000000808000800000008000800080800000C0C0C000808080000000
  225.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  226.             7777770000007777777777777777770077777FFFFFFFFFFFFFFFF70077777077
  227.             777777777777F7007FFF70FFFFFFFFFFFFF7F700707770FFF0FFF000FFF7F700
  228.             70FF70FFF0FF0FFFFFF7F70070FF70FFF0FF00000FF7F70070FF70FFF0FF0FFF
  229.             0FF7F70070FF70FFF0FFF000FFF7F70070FF70FFF0FFFFFFFFF7F70070FF70F0
  230.             0000FFFFFFF7F70070FF70FFFFFFFFFFFFF7F70070F07000000000000000F700
  231.             70FF777777777777777777007000777777777777777777007777}
  232.           ParentShowHint = False
  233.           ShowHint = True
  234.           OnClick = btnTextClick
  235.         end
  236.         object btnList: TSpeedButton
  237.           Left = 6
  238.           Top = 29
  239.           Width = 21
  240.           Height = 21
  241.           Hint = 'ListBox |Click the button to add a ListBox to the List'
  242.           Glyph.Data = {
  243.             36010000424D3601000000000000760000002800000012000000100000000100
  244.             040000000000C0000000120B0000120B00001000000000000000000000000000
  245.             80000080000000808000800000008000800080800000C0C0C000808080000000
  246.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  247.             7777770000007777777777777777770077777FFFFFFFFFFFFFFFF70077777800
  248.             000000000000F7007FFF780FF78888888880F7007800780FF7F777777780F700
  249.             780F780FF7F777077780F700780F780FF7F770007780F700780F780FF7F70000
  250.             0780F700780F780FF7F000000080F700780F780FF7F777777780F700780F780F
  251.             F7FFFFFFFF80F700780F7800000000000000F700780F7888888888888888F700
  252.             7800777777777777777777007888777777777777777777007777}
  253.           ParentShowHint = False
  254.           ShowHint = True
  255.           OnClick = btnListClick
  256.         end
  257.         object btnRadio: TSpeedButton
  258.           Left = 6
  259.           Top = 53
  260.           Width = 21
  261.           Height = 21
  262.           Hint = 'Radio Button |Click the button to add a RadioButton to the List.'
  263.           Glyph.Data = {
  264.             36010000424D3601000000000000760000002800000012000000100000000100
  265.             040000000000C0000000120B0000120B00001000000000000000000000000000
  266.             80000080000000808000800000008000800080800000C0C0C000808080000000
  267.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  268.             7777770000007777777777777777770077777777777FFFF77777770077777777
  269.             7FF7777FF777770077777777877FFFF77F7777007777777780FFFFFF7F777700
  270.             777777780FFF00FFF7F77700777777780FF0000FF7F77700777877780FF0000F
  271.             F7F77700777877780FFF00FFF7F777007778777780FFFFFF7F77770077787777
  272.             800FFFF00F777700777777777880000887777700777777777778888777777700
  273.             7777777777777777777777007777777777777777777777007777}
  274.           ParentShowHint = False
  275.           ShowHint = True
  276.           OnClick = btnRadioClick
  277.         end
  278.         object btnCheck: TSpeedButton
  279.           Left = 6
  280.           Top = 78
  281.           Width = 21
  282.           Height = 21
  283.           Hint = 'Check Box |Click the button to add a CheckBox to the List. '
  284.           Glyph.Data = {
  285.             36010000424D3601000000000000760000002800000012000000100000000100
  286.             040000000000C0000000120B0000120B00001000000000000000000000000000
  287.             80000080000000808000800000008000800080800000C0C0C000808080000000
  288.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  289.             777777000000777777777777777777007777777FFFFFFFFFFFF7770077777778
  290.             7777777777F77700777F77780FFFFFFFF7F77700777877780F0FFFF0F7F77700
  291.             777877780FF0FF0FF7F77700777877780FFF00FFF7F77700777877780FFF00FF
  292.             F7F77700777877780FF0FF0FF7F77700777877780F0FFFF0F7F7770077787778
  293.             0FFFFFFFF7F77700777877780000000007F77700777877788888888888F77700
  294.             7778777777777777777777007778777777777777777777007777}
  295.           ParentShowHint = False
  296.           ShowHint = True
  297.           OnClick = btnCheckClick
  298.         end
  299.         object btnTextArea: TSpeedButton
  300.           Left = 6
  301.           Top = 103
  302.           Width = 21
  303.           Height = 21
  304.           Hint = 'Text Area |Click the button to add a Text Area to the List.'
  305.           Glyph.Data = {
  306.             36010000424D3601000000000000760000002800000012000000100000000100
  307.             040000000000C0000000120B0000120B00001000000000000000000000000000
  308.             80000080000000808000800000008000800080800000C0C0C000808080000000
  309.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  310.             7777770000007777777777777777770077777FFFFFFFFFFFFFFFF70077777077
  311.             777777777777F7007FFF70FFFFFFFFFFFFF7F700707770FFF0FFF00F0FF7F700
  312.             70FF70FFF0FF0FF00FF7F70070FF70FFF0FF0FFF0FF7F70070FF70FFF0FF0FFF
  313.             0FF7F70070FF70FFF0FFF000FFF7F70070FF70FFF0FFFFFFFFF7F70070FF70F0
  314.             0000FFFFFFF7F70070FF70FFFFFFFFFFFFF7F70070F07000000000000000F700
  315.             70FF777777777777777777007000777777777777777777007777}
  316.           ParentShowHint = False
  317.           ShowHint = True
  318.           OnClick = btnTextAreaClick
  319.         end
  320.         object btnReset: TSpeedButton
  321.           Left = 6
  322.           Top = 127
  323.           Width = 21
  324.           Height = 21
  325.           Hint = 'Reset Button |Click the button to add a Reset Button to the List'
  326.           Glyph.Data = {
  327.             36010000424D3601000000000000760000002800000012000000100000000100
  328.             040000000000C0000000120B0000120B00001000000000000000000000000000
  329.             80000080000000808000800000008000800080800000C0C0C000808080000000
  330.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  331.             7777770000007777777777777777770077777000000000000000070077777F88
  332.             888888888888070070007F7777777777777807007F887F707770770007780700
  333.             7F777F7077707077777807007F707F7077707000007807007F707F7000077077
  334.             707807007F707F7077707700077807007F707F7077707777777807007F707F70
  335.             00077777777807007F707F7777777777777807007F707FFFFFFFFFFFFFFF0700
  336.             7F77777777777777777777007FFF777777777777777777007777}
  337.           ParentShowHint = False
  338.           ShowHint = True
  339.           OnClick = btnResetClick
  340.         end
  341.         object btnSubmit: TSpeedButton
  342.           Left = 6
  343.           Top = 152
  344.           Width = 21
  345.           Height = 21
  346.           Hint = 
  347.             'Submit Button  |Click the button to add a Submit Button to the L' +
  348.             'ist'
  349.           Glyph.Data = {
  350.             36010000424D3601000000000000760000002800000012000000100000000100
  351.             040000000000C0000000120B0000120B00001000000000000000000000000000
  352.             80000080000000808000800000008000800080800000C0C0C000808080000000
  353.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  354.             7777770000007777777777777777770077777000000000000000070077777F88
  355.             888888888888070070007F7777777777777807007F887F770007770070780700
  356.             7F777F7077707077007807007F777F7777707077707807007F707F7700077077
  357.             707807007F777F7077777077707807007F777F7077707777777807007F707F77
  358.             00077777777807007F707F7777777777777807007F777FFFFFFFFFFFFFFF0700
  359.             7F77777777777777777777007FFF777777777777777777007777}
  360.           ParentShowHint = False
  361.           ShowHint = True
  362.           OnClick = btnSubmitClick
  363.         end
  364.         object btnPassword: TSpeedButton
  365.           Left = 6
  366.           Top = 177
  367.           Width = 21
  368.           Height = 21
  369.           Hint = 'Password Box |Click the button to add a Password to the List'
  370.           Glyph.Data = {
  371.             36010000424D3601000000000000760000002800000012000000100000000100
  372.             040000000000C0000000120B0000120B00001000000000000000000000000000
  373.             80000080000000808000800000008000800080800000C0C0C000808080000000
  374.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  375.             7777770000007777777777777777770077777FFFFFFFFFFFFFFFF70077777077
  376.             777777777777F7007FFF70FFFFFFFFFFFFF7F700707770F0FFFFFF0000F7F700
  377.             70FF70F0FFFFF0FFF0F7F70070F070F0000FFF0000F7F70070F070F0FFF0F0FF
  378.             F0F7F70070F070F0FFF0FF000FF7F70070F070F0FFF0FFFFFFF7F70070F070F0
  379.             000FFFFFFFF7F70070F070FFFFFFFFFFFFF7F70070F07000000000000000F700
  380.             70FF777777777777777777007000777777777777777777007777}
  381.           ParentShowHint = False
  382.           ShowHint = True
  383.           OnClick = btnPasswordClick
  384.         end
  385.         object btnHidden: TSpeedButton
  386.           Left = 6
  387.           Top = 201
  388.           Width = 21
  389.           Height = 21
  390.           Hint = 'Hidden Box|Click the button to add a Hidden Box to the List'
  391.           Glyph.Data = {
  392.             36010000424D3601000000000000760000002800000012000000100000000100
  393.             040000000000C0000000120B0000120B00001000000000000000000000000000
  394.             80000080000000808000800000008000800080800000C0C0C000808080000000
  395.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  396.             7777770000007777777777777777770077777FFFFFFFFFFFFFFFF70077777077
  397.             777777777777F7007FFF70FFFFFFFFFFFFF7F700707770FF0FFFF0FF0FF7F700
  398.             70FF70FF0FFFF0FF0FF7F70070FF70FF0FFFF0FF0FF7F70070FF70FF000000FF
  399.             0FF7F70070FF70FF0FFFF0FF0FF7F70070FF70FF0FFFF0FFFFF7F70070FF70FF
  400.             0FFFF0FF0FF7F70070FF70FFFFFFFFFFFFF7F70070FF7000000000000000F700
  401.             70FF777777777777777777007000777777777777777777007777}
  402.           ParentShowHint = False
  403.           ShowHint = True
  404.           OnClick = btnHiddenClick
  405.         end
  406.         object btnImage: TSpeedButton
  407.           Left = 6
  408.           Top = 226
  409.           Width = 21
  410.           Height = 21
  411.           Hint = 'Image |Click the button to add an Image to the List'
  412.           Glyph.Data = {
  413.             36010000424D3601000000000000760000002800000012000000100000000100
  414.             040000000000C0000000120B0000120B00001000000000000000000000000000
  415.             80000080000000808000800000008000800080800000C0C0C000808080000000
  416.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00700000000000
  417.             0000070000000777707700770777700070000077007707707777000007770707
  418.             777777077770700000770770777070777707700007070777070F007770777000
  419.             0770077770F07700077770000777077777077777777770000777077777777777
  420.             7777700007770777777777777007700007770777777777770FF0700007770777
  421.             777777770FF07000077707777777777770077000077707777777777777777000
  422.             0777077777777777777770000777700000000000000007000777}
  423.           ParentShowHint = False
  424.           ShowHint = True
  425.           OnClick = btnImageClick
  426.         end
  427.       end
  428.     end
  429.     object pageMain: TPageControl
  430.       Left = 137
  431.       Top = 1
  432.       Width = 279
  433.       Height = 252
  434.       ActivePage = tabIntro
  435.       Align = alClient
  436.       TabOrder = 0
  437.       object tabTextBox: TTabSheet
  438.         Caption = 'tabTextBox'
  439.         TabVisible = False
  440.         object lblName: TLabel
  441.           Left = 5
  442.           Top = 41
  443.           Width = 34
  444.           Height = 13
  445.           Caption = '&Name: '
  446.           FocusControl = editTextName
  447.         end
  448.         object lblSize: TLabel
  449.           Left = 5
  450.           Top = 86
  451.           Width = 255
  452.           Height = 13
  453.           Caption = 'Text Element &Size  (number of characters In length): '
  454.           FocusControl = editTextSize
  455.         end
  456.         object lblLength: TLabel
  457.           Left = 4
  458.           Top = 136
  459.           Width = 154
  460.           Height = 13
  461.           Caption = 'Maximum number of &characters:'
  462.           FocusControl = editTextlength
  463.         end
  464.         object lblValue: TLabel
  465.           Left = 6
  466.           Top = 189
  467.           Width = 112
  468.           Height = 13
  469.           Caption = '&Default text to appear:'
  470.           FocusControl = editTextValue
  471.         end
  472.         object Label1: TLabel
  473.           Left = 4
  474.           Top = 8
  475.           Width = 261
  476.           Height = 29
  477.           AutoSize = False
  478.           Caption = 
  479.             'A text box allows a visitor to enter a single line of text into ' +
  480.             'a form and then submit it to you.'
  481.           WordWrap = True
  482.         end
  483.         object editTextName: TEdit
  484.           Left = 4
  485.           Top = 56
  486.           Width = 260
  487.           Height = 21
  488.           HelpContext = 71
  489.           TabOrder = 0
  490.           OnChange = editTextNameChange
  491.         end
  492.         object editTextSize: TEdit
  493.           Left = 4
  494.           Top = 100
  495.           Width = 260
  496.           Height = 21
  497.           HelpContext = 72
  498.           TabOrder = 1
  499.           OnChange = editTextSizeChange
  500.         end
  501.         object editTextlength: TEdit
  502.           Left = 4
  503.           Top = 152
  504.           Width = 260
  505.           Height = 21
  506.           HelpContext = 73
  507.           TabOrder = 2
  508.           OnChange = editTextlengthChange
  509.         end
  510.         object editTextValue: TEdit
  511.           Left = 3
  512.           Top = 204
  513.           Width = 260
  514.           Height = 21
  515.           HelpContext = 74
  516.           TabOrder = 3
  517.           OnChange = editTextValueChange
  518.         end
  519.       end
  520.       object tabListBox: TTabSheet
  521.         Caption = 'tabListBox'
  522.         TabVisible = False
  523.         object Label4: TLabel
  524.           Left = 6
  525.           Top = 5
  526.           Width = 273
  527.           Height = 41
  528.           AutoSize = False
  529.           Caption = 
  530.             'The select element is used for menus. Each item in a menu is cal' +
  531.             'led an option and each option has its own properties.'
  532.           WordWrap = True
  533.         end
  534.         object Label2: TLabel
  535.           Left = 6
  536.           Top = 54
  537.           Width = 34
  538.           Height = 13
  539.           Caption = '&Name: '
  540.           FocusControl = editListName
  541.         end
  542.         object Label3: TLabel
  543.           Left = 140
  544.           Top = 54
  545.           Width = 113
  546.           Height = 13
  547.           Caption = 'No. of &Items to display:'
  548.           FocusControl = editListSize
  549.         end
  550.         object spdAddRow: TSpeedButton
  551.           Left = 4
  552.           Top = 184
  553.           Width = 15
  554.           Height = 15
  555.           Glyph.Data = {
  556.             C6000000424DC60000000000000076000000280000000A0000000A0000000100
  557.             04000000000050000000120B0000120B00001000000000000000000000000000
  558.             80000080000000808000800000008000800080800000C0C0C000808080000000
  559.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777799777700
  560.             0000777799777700777777779977770077777777997777007777999999999900
  561.             7777999999999900999977779977770099997777997777007777777799777700
  562.             77777777997777007777}
  563.           OnClick = spdAddRowClick
  564.         end
  565.         object lblAdd: TLabel
  566.           Left = 24
  567.           Top = 186
  568.           Width = 92
  569.           Height = 13
  570.           Caption = 'Add new row to list'
  571.         end
  572.         object lblRemove: TLabel
  573.           Left = 142
  574.           Top = 186
  575.           Width = 121
  576.           Height = 13
  577.           Caption = 'Remove last row from list'
  578.         end
  579.         object spdRemoveRow: TSpeedButton
  580.           Left = 124
  581.           Top = 184
  582.           Width = 15
  583.           Height = 15
  584.           Glyph.Data = {
  585.             C6000000424DC60000000000000076000000280000000A0000000A0000000100
  586.             04000000000050000000120B0000120B00001000000000000000000000000000
  587.             80000080000000808000800000008000800080800000C0C0C000808080000000
  588.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  589.             0000777777777700777777777777770077777777777777007777999999999900
  590.             7777999999999900999977777777770099997777777777007777777777777700
  591.             77777777777777007777}
  592.           OnClick = spdRemoveRowClick
  593.         end
  594.         object editListName: TEdit
  595.           Left = 4
  596.           Top = 70
  597.           Width = 123
  598.           Height = 21
  599.           HelpContext = 123
  600.           TabOrder = 0
  601.           OnChange = editListNameChange
  602.         end
  603.         object editListSize: TEdit
  604.           Left = 139
  605.           Top = 69
  606.           Width = 123
  607.           Height = 21
  608.           HelpContext = 124
  609.           TabOrder = 1
  610.           OnChange = editListSizeChange
  611.         end
  612.         object strOptions: TStringGrid
  613.           Left = 4
  614.           Top = 98
  615.           Width = 260
  616.           Height = 79
  617.           HelpContext = 126
  618.           ColCount = 3
  619.           Ctl3D = True
  620.           DefaultColWidth = 150
  621.           FixedCols = 0
  622.           RowCount = 3
  623.           GridLineWidth = 2
  624.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  625.           ParentCtl3D = False
  626.           ScrollBars = ssVertical
  627.           TabOrder = 2
  628.           OnExit = strOptionsExit
  629.           OnKeyPress = strOptionsKeyPress
  630.           OnSetEditText = strOptionsSetEditText
  631.           ColWidths = (
  632.             63
  633.             108
  634.             63)
  635.         end
  636.         object chkListMultiple: TCheckBox
  637.           Left = 4
  638.           Top = 217
  639.           Width = 157
  640.           Height = 17
  641.           HelpContext = 125
  642.           Caption = 'Allow &multiple selections'
  643.           TabOrder = 3
  644.           OnClick = chkListMultipleClick
  645.         end
  646.       end
  647.       object tabRadio: TTabSheet
  648.         TabVisible = False
  649.         object Label5: TLabel
  650.           Left = 6
  651.           Top = 70
  652.           Width = 34
  653.           Height = 13
  654.           Caption = '&Name: '
  655.           FocusControl = editRadioName
  656.         end
  657.         object Label6: TLabel
  658.           Left = 7
  659.           Top = 118
  660.           Width = 114
  661.           Height = 13
  662.           Caption = '&Default value to return:'
  663.           FocusControl = editRadioValue
  664.         end
  665.         object lblRadioMain: TLabel
  666.           Left = 4
  667.           Top = 8
  668.           Width = 257
  669.           Height = 53
  670.           AutoSize = False
  671.           Caption = 
  672.             'Radio buttons are the little circles that click in forms. They a' +
  673.             're best utilized when you want to make the user to make one sele' +
  674.             'ction only from a multitude of choices.'
  675.           WordWrap = True
  676.         end
  677.         object editRadioName: TEdit
  678.           Left = 4
  679.           Top = 86
  680.           Width = 261
  681.           Height = 21
  682.           HelpContext = 116
  683.           TabOrder = 0
  684.           OnChange = editRadioNameChange
  685.         end
  686.         object editRadioValue: TEdit
  687.           Left = 4
  688.           Top = 134
  689.           Width = 259
  690.           Height = 21
  691.           HelpContext = 117
  692.           TabOrder = 1
  693.           OnChange = editRadioValueChange
  694.         end
  695.         object chkRadioSelected: TCheckBox
  696.           Left = 7
  697.           Top = 172
  698.           Width = 97
  699.           Height = 17
  700.           HelpContext = 118
  701.           Caption = '&Selected'
  702.           TabOrder = 2
  703.           OnClick = chkRadioSelectedClick
  704.         end
  705.       end
  706.       object tabCheck: TTabSheet
  707.         Caption = 'tabCheck'
  708.         TabVisible = False
  709.         object Label7: TLabel
  710.           Left = 6
  711.           Top = 82
  712.           Width = 34
  713.           Height = 13
  714.           Caption = '&Name: '
  715.           FocusControl = editCheckName
  716.         end
  717.         object Label8: TLabel
  718.           Left = 7
  719.           Top = 128
  720.           Width = 117
  721.           Height = 13
  722.           Caption = '&Default value to return :'
  723.           FocusControl = editCheckValue
  724.         end
  725.         object Label9: TLabel
  726.           Left = 4
  727.           Top = 2
  728.           Width = 265
  729.           Height = 74
  730.           AutoSize = False
  731.           Caption = 
  732.             'Check Boxes are best used when the user is presented with a yes/' +
  733.             'no choice. Each check box has its own name as specified by the N' +
  734.             'ame property. You should make this name meaningful so you can de' +
  735.             'cipher the users response when it is email to you.'
  736.           WordWrap = True
  737.         end
  738.         object editCheckName: TEdit
  739.           Left = 4
  740.           Top = 98
  741.           Width = 263
  742.           Height = 21
  743.           HelpContext = 106
  744.           TabOrder = 0
  745.           OnChange = editCheckNameChange
  746.         end
  747.         object editCheckValue: TEdit
  748.           Left = 4
  749.           Top = 143
  750.           Width = 263
  751.           Height = 21
  752.           HelpContext = 107
  753.           TabOrder = 1
  754.           OnChange = editCheckValueChange
  755.         end
  756.         object chkCheckBoxChecked: TCheckBox
  757.           Left = 5
  758.           Top = 177
  759.           Width = 65
  760.           Height = 17
  761.           HelpContext = 108
  762.           Caption = '&Checked'
  763.           TabOrder = 2
  764.           OnClick = chkCheckBoxCheckedClick
  765.         end
  766.       end
  767.       object tabTextArea: TTabSheet
  768.         Caption = 'tabTextArea'
  769.         TabVisible = False
  770.         object Label10: TLabel
  771.           Left = 4
  772.           Top = 3
  773.           Width = 255
  774.           Height = 41
  775.           AutoSize = False
  776.           Caption = 
  777.             'Text areas are used when you want extended feedback from a visit' +
  778.             'or. Otherwise they are just like Text boxes. '
  779.           WordWrap = True
  780.         end
  781.         object Label11: TLabel
  782.           Left = 7
  783.           Top = 49
  784.           Width = 34
  785.           Height = 13
  786.           Caption = '&Name: '
  787.           FocusControl = editTextAName
  788.         end
  789.         object lblRows: TLabel
  790.           Left = 6
  791.           Top = 89
  792.           Width = 33
  793.           Height = 13
  794.           Caption = '&Rows: '
  795.           FocusControl = editTextARows
  796.         end
  797.         object Label12: TLabel
  798.           Left = 6
  799.           Top = 130
  800.           Width = 134
  801.           Height = 13
  802.           Caption = 'Number of &characters long: '
  803.           FocusControl = editTextACols
  804.         end
  805.         object Label13: TLabel
  806.           Left = 7
  807.           Top = 170
  808.           Width = 112
  809.           Height = 13
  810.           Caption = '&Default text to appear:'
  811.           FocusControl = memTextAValue
  812.         end
  813.         object editTextAName: TEdit
  814.           Left = 4
  815.           Top = 64
  816.           Width = 261
  817.           Height = 21
  818.           HelpContext = 109
  819.           TabOrder = 0
  820.           OnChange = editTextANameChange
  821.         end
  822.         object editTextARows: TEdit
  823.           Left = 4
  824.           Top = 104
  825.           Width = 262
  826.           Height = 21
  827.           HelpContext = 110
  828.           TabOrder = 1
  829.           OnChange = editTextARowsChange
  830.         end
  831.         object editTextACols: TEdit
  832.           Left = 4
  833.           Top = 144
  834.           Width = 262
  835.           Height = 21
  836.           HelpContext = 111
  837.           TabOrder = 2
  838.           OnChange = editTextAColsChange
  839.         end
  840.         object memTextAValue: TMemo
  841.           Left = 4
  842.           Top = 184
  843.           Width = 261
  844.           Height = 56
  845.           HelpContext = 112
  846.           ScrollBars = ssVertical
  847.           TabOrder = 3
  848.           OnChange = memTextAValueChange
  849.         end
  850.       end
  851.       object tabReset: TTabSheet
  852.         Caption = 'tabReset'
  853.         TabVisible = False
  854.         object Label14: TLabel
  855.           Left = 5
  856.           Top = 51
  857.           Width = 44
  858.           Height = 13
  859.           Caption = 'Ca&ption: '
  860.           FocusControl = editResetValue
  861.         end
  862.         object Label15: TLabel
  863.           Left = 4
  864.           Top = 8
  865.           Width = 253
  866.           Height = 31
  867.           AutoSize = False
  868.           Caption = 
  869.             'The Reset button returns every element in your form to its defau' +
  870.             'lt value. '
  871.           WordWrap = True
  872.         end
  873.         object editResetValue: TEdit
  874.           Left = 4
  875.           Top = 68
  876.           Width = 259
  877.           Height = 21
  878.           HelpContext = 115
  879.           TabOrder = 0
  880.           OnChange = editResetValueChange
  881.         end
  882.       end
  883.       object tabSubmit: TTabSheet
  884.         Caption = 'tabSubmit'
  885.         TabVisible = False
  886.         object Label16: TLabel
  887.           Left = 5
  888.           Top = 49
  889.           Width = 34
  890.           Height = 13
  891.           Caption = '&Name: '
  892.           FocusControl = editSubmitName
  893.         end
  894.         object Label17: TLabel
  895.           Left = 5
  896.           Top = 99
  897.           Width = 41
  898.           Height = 13
  899.           Caption = '&Caption:'
  900.           FocusControl = editSubmitValue
  901.         end
  902.         object Label18: TLabel
  903.           Left = 4
  904.           Top = 8
  905.           Width = 271
  906.           Height = 29
  907.           AutoSize = False
  908.           Caption = 
  909.             'The Submit button allows a visitor to send their form choices to' +
  910.             ' you.'
  911.           WordWrap = True
  912.         end
  913.         object editSubmitName: TEdit
  914.           Left = 4
  915.           Top = 66
  916.           Width = 261
  917.           Height = 21
  918.           HelpContext = 113
  919.           TabOrder = 0
  920.           OnChange = editSubmitNameChange
  921.         end
  922.         object editSubmitValue: TEdit
  923.           Left = 4
  924.           Top = 114
  925.           Width = 261
  926.           Height = 21
  927.           HelpContext = 114
  928.           TabOrder = 1
  929.           OnChange = editSubmitValueChange
  930.         end
  931.       end
  932.       object tabPassword: TTabSheet
  933.         Caption = 'tabPassword'
  934.         TabVisible = False
  935.         object Label19: TLabel
  936.           Left = 6
  937.           Top = 59
  938.           Width = 34
  939.           Height = 13
  940.           Caption = '&Name: '
  941.           FocusControl = editPasswordName
  942.         end
  943.         object Label20: TLabel
  944.           Left = 6
  945.           Top = 106
  946.           Width = 142
  947.           Height = 13
  948.           Caption = 'Element &size  (in characters): '
  949.           FocusControl = editPasswordSize
  950.         end
  951.         object Label21: TLabel
  952.           Left = 6
  953.           Top = 154
  954.           Width = 154
  955.           Height = 13
  956.           Caption = 'Maximum number of &characters:'
  957.           FocusControl = editPasswordlength
  958.         end
  959.         object Label22: TLabel
  960.           Left = 6
  961.           Top = 200
  962.           Width = 114
  963.           Height = 13
  964.           Caption = '&Default value to return:'
  965.           FocusControl = editPasswordValue
  966.         end
  967.         object Label23: TLabel
  968.           Left = 5
  969.           Top = 0
  970.           Width = 270
  971.           Height = 59
  972.           AutoSize = False
  973.           Caption = 
  974.             'Password boxes are just like text entry boxes, but any character' +
  975.             's the user inputs are represented as asterisks. They are used fo' +
  976.             'r the entry of confidential information such as credit card numb' +
  977.             'ers, wages or passwords.'
  978.           WordWrap = True
  979.         end
  980.         object editPasswordName: TEdit
  981.           Left = 4
  982.           Top = 74
  983.           Width = 261
  984.           Height = 21
  985.           HelpContext = 119
  986.           TabOrder = 0
  987.           OnChange = editPasswordNameChange
  988.         end
  989.         object editPasswordSize: TEdit
  990.           Left = 4
  991.           Top = 122
  992.           Width = 261
  993.           Height = 21
  994.           HelpContext = 120
  995.           ParentShowHint = False
  996.           ShowHint = False
  997.           TabOrder = 1
  998.           OnChange = editPasswordSizeChange
  999.         end
  1000.         object editPasswordlength: TEdit
  1001.           Left = 4
  1002.           Top = 168
  1003.           Width = 261
  1004.           Height = 21
  1005.           HelpContext = 121
  1006.           TabOrder = 2
  1007.           OnChange = editPasswordlengthChange
  1008.         end
  1009.         object editPasswordValue: TEdit
  1010.           Left = 4
  1011.           Top = 214
  1012.           Width = 261
  1013.           Height = 21
  1014.           HelpContext = 122
  1015.           TabOrder = 3
  1016.           OnChange = editPasswordValueChange
  1017.         end
  1018.       end
  1019.       object tabHidden: TTabSheet
  1020.         Caption = 'tabHidden'
  1021.         TabVisible = False
  1022.         object Label24: TLabel
  1023.           Left = 3
  1024.           Top = 83
  1025.           Width = 34
  1026.           Height = 13
  1027.           Caption = '&Name: '
  1028.           FocusControl = editHiddenName
  1029.         end
  1030.         object Label25: TLabel
  1031.           Left = 3
  1032.           Top = 132
  1033.           Width = 114
  1034.           Height = 13
  1035.           Caption = '&Default value to return:'
  1036.           FocusControl = editHiddenValue
  1037.         end
  1038.         object Label26: TLabel
  1039.           Left = 4
  1040.           Top = 5
  1041.           Width = 263
  1042.           Height = 55
  1043.           AutoSize = False
  1044.           Caption = 
  1045.             'The Hidden element contains pre-specified values unseen to the u' +
  1046.             'ser.  When the form is submitted, all of the data inside the Hid' +
  1047.             'den field is submitted with it ∩┐╜ it usually contains notes about' +
  1048.             ' the form, for example'
  1049.           WordWrap = True
  1050.         end
  1051.         object Label27: TLabel
  1052.           Left = 3
  1053.           Top = 57
  1054.           Width = 260
  1055.           Height = 13
  1056.           Caption = 'where it is stored, on what site and for what purpose.'
  1057.         end
  1058.         object editHiddenName: TEdit
  1059.           Left = 2
  1060.           Top = 99
  1061.           Width = 261
  1062.           Height = 21
  1063.           HelpContext = 130
  1064.           TabOrder = 0
  1065.           OnChange = editHiddenNameChange
  1066.         end
  1067.         object editHiddenValue: TEdit
  1068.           Left = 2
  1069.           Top = 147
  1070.           Width = 261
  1071.           Height = 21
  1072.           HelpContext = 131
  1073.           TabOrder = 1
  1074.           OnChange = editHiddenValueChange
  1075.         end
  1076.       end
  1077.       object tabImage: TTabSheet
  1078.         Caption = 'tabImage'
  1079.         TabVisible = False
  1080.         object Label28: TLabel
  1081.           Left = 4
  1082.           Top = 2
  1083.           Width = 261
  1084.           Height = 75
  1085.           AutoSize = False
  1086.           Caption = 
  1087.             'The Image element is essentially a submit button which uses an i' +
  1088.             'mage instead of the generic gray element. This element returns t' +
  1089.             'wo values (x and y) which indicate which part of the image was c' +
  1090.             'licked when the submission was made.'
  1091.           WordWrap = True
  1092.         end
  1093.         object Label29: TLabel
  1094.           Left = 5
  1095.           Top = 88
  1096.           Width = 34
  1097.           Height = 13
  1098.           Caption = '&Name: '
  1099.           FocusControl = editImageName
  1100.         end
  1101.         object lblFilename: TLabel
  1102.           Left = 5
  1103.           Top = 137
  1104.           Width = 49
  1105.           Height = 13
  1106.           Caption = '&Filename: '
  1107.           FocusControl = editImageFileName
  1108.         end
  1109.         object spdImgFile: TSpeedButton
  1110.           Tag = 56
  1111.           Left = 140
  1112.           Top = 152
  1113.           Width = 21
  1114.           Height = 21
  1115.           OnClick = spdImgFileClick
  1116.         end
  1117.         object editImageName: TEdit
  1118.           Left = 4
  1119.           Top = 104
  1120.           Width = 159
  1121.           Height = 21
  1122.           HelpContext = 127
  1123.           TabOrder = 0
  1124.           OnChange = editImageNameChange
  1125.         end
  1126.         object editImageFileName: TEdit
  1127.           Left = 4
  1128.           Top = 152
  1129.           Width = 137
  1130.           Height = 21
  1131.           HelpContext = 128
  1132.           TabOrder = 1
  1133.           OnChange = editImageFileNameChange
  1134.         end
  1135.         object panImage: TPanel
  1136.           Left = 172
  1137.           Top = 96
  1138.           Width = 89
  1139.           Height = 89
  1140.           HelpContext = 129
  1141.           BevelOuter = bvLowered
  1142.           TabOrder = 2
  1143.           object pmiPreview: TPMultiImage
  1144.             Left = 1
  1145.             Top = 1
  1146.             Width = 87
  1147.             Height = 87
  1148.             HelpContext = 129
  1149.             GrabHandCursor = 5
  1150.             Align = alClient
  1151.             BorderStyle = bsSingle
  1152.             Scrolling = True
  1153.             B_W_CopyFlags = [C_DEL]
  1154.             Color = clBtnFace
  1155.             ImageName = 'file not found'
  1156.             ImageReadRes = lAutoMatic
  1157.             BlitMode = sLight
  1158.             ImageWriteRes = sAutoMatic
  1159.             TifSaveCompress = sNONE
  1160.             TiffPage = 1
  1161.             TiffAppend = False
  1162.             JPegSaveQuality = 25
  1163.             JPegSaveSmooth = 0
  1164.             RubberBandBtn = mbLeft
  1165.             ParentColor = True
  1166.             Stretch = True
  1167.             TextLeft = 0
  1168.             TextTop = 0
  1169.             TextRotate = 0
  1170.             TabOrder = 0
  1171.             TabStop = False
  1172.             ZoomBy = 10
  1173.           end
  1174.         end
  1175.       end
  1176.       object tabIntro: TTabSheet
  1177.         Caption = 'tabIntro'
  1178.         TabVisible = False
  1179.         object Label30: TLabel
  1180.           Left = 30
  1181.           Top = 8
  1182.           Width = 215
  1183.           Height = 67
  1184.           AutoSize = False
  1185.           Caption = 
  1186.             'Each of the ten buttons of the left, when clicked, will insert a' +
  1187.             ' Form Element onto the Form Element List. Each Form Element'#39's pr' +
  1188.             'operties can be edited from the wizard.'
  1189.           WordWrap = True
  1190.         end
  1191.         object Label31: TLabel
  1192.           Left = 28
  1193.           Top = 84
  1194.           Width = 219
  1195.           Height = 57
  1196.           AutoSize = False
  1197.           Caption = 
  1198.             'To change the order of any of the Form Elements in the Form Elem' +
  1199.             'ent List, just drag a Form Element to its new position in the li' +
  1200.             'st.'
  1201.           WordWrap = True
  1202.         end
  1203.         object Label39: TLabel
  1204.           Left = 28
  1205.           Top = 148
  1206.           Width = 223
  1207.           Height = 41
  1208.           AutoSize = False
  1209.           Caption = 
  1210.             'To delete any of the Form Elements from the Form Element List, j' +
  1211.             'ust right click over a Form Element, and select delete.'
  1212.           WordWrap = True
  1213.         end
  1214.         object Label40: TLabel
  1215.           Left = 26
  1216.           Top = 208
  1217.           Width = 199
  1218.           Height = 31
  1219.           AutoSize = False
  1220.           Caption = 'Click Help below for help on any of the Form Elements.'
  1221.           WordWrap = True
  1222.         end
  1223.       end
  1224.     end
  1225.   end
  1226.   object panEmailForm: TPanel
  1227.     Left = 0
  1228.     Top = 0
  1229.     Width = 417
  1230.     Height = 254
  1231.     Align = alClient
  1232.     TabOrder = 3
  1233.     object Label35: TLabel
  1234.       Left = 165
  1235.       Top = 55
  1236.       Width = 116
  1237.       Height = 13
  1238.       Caption = 'Format (&METHOD type):'
  1239.     end
  1240.     object Label36: TLabel
  1241.       Left = 164
  1242.       Top = 116
  1243.       Width = 150
  1244.       Height = 13
  1245.       Caption = 'URL to send data to (&ACTION):'
  1246.     end
  1247.     object Label37: TLabel
  1248.       Left = 164
  1249.       Top = 173
  1250.       Width = 145
  1251.       Height = 13
  1252.       Caption = 'Choose data type (&ENCTYPE):'
  1253.     end
  1254.     object pbFormWiz: TPaintBox
  1255.       Left = 18
  1256.       Top = 18
  1257.       Width = 110
  1258.       Height = 188
  1259.       OnPaint = pbFormWizPaint
  1260.     end
  1261.     object lblHelp: TLabel
  1262.       Left = 6
  1263.       Top = 228
  1264.       Width = 158
  1265.       Height = 13
  1266.       Caption = 'The Help Context Id Tag Storer. '
  1267.       Visible = False
  1268.     end
  1269.     object cmbMethod: TComboBox
  1270.       Left = 162
  1271.       Top = 70
  1272.       Width = 240
  1273.       Height = 21
  1274.       HelpContext = 90
  1275.       ItemHeight = 13
  1276.       Items.Strings = (
  1277.         'GET'
  1278.         'POST')
  1279.       PopupMenu = popHelp
  1280.       TabOrder = 0
  1281.       Text = 'GET'
  1282.       OnEnter = cmbMethodEnter
  1283.     end
  1284.     object txtAction: TEdit
  1285.       Left = 162
  1286.       Top = 130
  1287.       Width = 240
  1288.       Height = 21
  1289.       HelpContext = 91
  1290.       PopupMenu = popHelp
  1291.       TabOrder = 1
  1292.       OnEnter = txtActionEnter
  1293.     end
  1294.     object txtEnctype: TEdit
  1295.       Left = 162
  1296.       Top = 188
  1297.       Width = 240
  1298.       Height = 21
  1299.       HelpContext = 92
  1300.       PopupMenu = popHelp
  1301.       TabOrder = 2
  1302.       OnEnter = txtEnctypeEnter
  1303.     end
  1304.   end
  1305.   object panFooter: TPanel
  1306.     Left = 0
  1307.     Top = 254
  1308.     Width = 417
  1309.     Height = 36
  1310.     Align = alBottom
  1311.     TabOrder = 0
  1312.     object btnOk: TButton
  1313.       Left = 257
  1314.       Top = 5
  1315.       Width = 75
  1316.       Height = 25
  1317.       Caption = '&Finish'
  1318.       ModalResult = 1
  1319.       TabOrder = 3
  1320.       OnClick = btnOkClick
  1321.     end
  1322.     object NextButt: TButton
  1323.       Left = 257
  1324.       Top = 5
  1325.       Width = 75
  1326.       Height = 25
  1327.       Caption = 'Next >&>'
  1328.       TabOrder = 2
  1329.       OnClick = NextButtClick
  1330.     end
  1331.     object btnCancel: TButton
  1332.       Left = 337
  1333.       Top = 5
  1334.       Width = 75
  1335.       Height = 25
  1336.       Caption = '&Cancel'
  1337.       ModalResult = 2
  1338.       TabOrder = 4
  1339.     end
  1340.     object BackButt: TButton
  1341.       Left = 181
  1342.       Top = 5
  1343.       Width = 75
  1344.       Height = 25
  1345.       Caption = '&<< Back'
  1346.       Enabled = False
  1347.       TabOrder = 1
  1348.       OnClick = BackButtClick
  1349.     end
  1350.     object btnHelp: TButton
  1351.       Left = 6
  1352.       Top = 5
  1353.       Width = 75
  1354.       Height = 25
  1355.       Caption = '&Help'
  1356.       TabOrder = 0
  1357.       OnClick = btnHelpClick
  1358.     end
  1359.   end
  1360.   object popDelete: TPopupMenu
  1361.     Left = 74
  1362.     Top = 109
  1363.     object DeleteFormElement1: TMenuItem
  1364.       Caption = 'Delete Form Element'
  1365.       OnClick = DeleteFormElement1Click
  1366.     end
  1367.   end
  1368.   object popHelp: TPopupMenu
  1369.     Left = 77
  1370.     Top = 62
  1371.     object WhatsThis1: TMenuItem
  1372.       Caption = 'What'#39's This?'
  1373.     end
  1374.   end
  1375. end
  1376.